home *** CD-ROM | disk | FTP | other *** search
/ FutureMusic 138 / Future Music Magazine FM138 August 2003 Free Soft Synch NI Carbon.iso / pc / resources / kontaktpp.swf / scripts / DefineButton2_41 / BUTTONCONDACTION on(press).as next >
Text File  |  2002-10-01  |  151b  |  11 lines

  1. on(press){
  2.    if(playingb == 0)
  3.    {
  4.       processed.gotoAndStop("offdown");
  5.    }
  6.    else
  7.    {
  8.       processed.gotoAndStop("ondown");
  9.    }
  10. }
  11.